configuration / chassis0 / slots / [SLOT-ID] / [hps100] / module / ptpv2 / instances / instance[ID] / global / power-ieee-c37-238-2011

CLI REST-API

network-incaccuracy-nano

network-incaccuracy-nano
This is a read-write object and valid values are unsigned integers.

Datatype-Help:
value must be an unsigned number.



Applies to modules


HPS100

See also:
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/power-ieee-c37-238-2011
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/power-ieee-c37-238-2011/use-profile-extensions
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/ptpv2/instances/instance[ID]/global/power-ieee-c37-238-2011/grandmaster-id

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*/global/power-ieee-c37-238-2011


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*/global/power-ieee-c37-238-2011


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*/global/power-ieee-c37-238-2011
Body:
{
  "network-incaccuracy-nano": 0
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ptpv2/instances/instance.*/global/power-ieee-c37-238-2011 -d
{
  "network-incaccuracy-nano": 0
}